C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / PropertyChangingEventArgs<T> Class
Properties


PropertyChangingEventArgs<T> Class Members

The following tables list the members exposed by PropertyChangingEventArgs<T>.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether this PropertyChangingEventArgs<T> is cancel.  
Public PropertyThe value of the property after the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<T>)
Public PropertyThe value of the property before the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<T>)
Top
See Also